Skip to content

README: describe the real Publish process - #58

Closed
thedavidmeister wants to merge 1 commit into
mainfrom
2026-08-19-readme-publish
Closed

README: describe the real Publish process#58
thedavidmeister wants to merge 1 commit into
mainfrom
2026-08-19-readme-publish

Conversation

@thedavidmeister

Copy link
Copy Markdown
Contributor

Fixes the README's stale Publish section (no issue; ordered directly by the human 2026-08-19 — the pre-June-2026 process was still documented).

What was wrong: the section said publishing is triggered by tagging v<x.y.z> on main and linked .github/workflows/publish-soldeer.yaml, which does not exist.

What it says now (each claim verified against .github/workflows/package-release.yaml and the rainix-autopublish reusable in rainlanguage/rainix @main):

  • Every push to main runs Package Release (.github/workflows/package-release.yaml), which calls rainix-autopublish with soldeer-package: rain-datacontract (the name is passed explicitly, not derived from the repo name).
  • The version is foundry.toml's [external.package].version, the NEXT unpublished version.
  • The content gate (rainix-static soldeer-gate) publishes only when the packaged content differs from the newest published zip; on publish it tags sol-v<version>, creates a GitHub release, and rewrites the version line to the next unpublished version in a Package Release commit, which the workflow's job guard skips when that push re-triggers it.
  • Unchanged content publishes nothing; no manual tagging or version bump exists.

Rest of the README read in full: no other sentence contradicts the real process (Install and Develop sections are unaffected).

QA

  • Discriminating tests: n/a — docs-only diff (README prose); no behavior changed
  • Mutations applied: n/a — no code changed
  • Oracle: .github/workflows/package-release.yaml in this repo and rainix-autopublish.yaml at rainlanguage/rainix@main, read directly; every README claim traced to a workflow step
  • Category check: order asks (a) fix the Publish section to describe the current process, (b) sweep the rest of the README for contradictions; covered (a) rewritten, (b) swept — none found

🤖 Generated with Claude Code

The Publish section still described the pre-June-2026 tag-triggered
process and linked .github/workflows/publish-soldeer.yaml, which does
not exist. Rewritten against the actual files: every push to main runs
.github/workflows/package-release.yaml, which delegates to rainix's
rainix-autopublish reusable; the version is foundry.toml's
[external.package].version (the next unpublished version), gated on
packaged content differing from the newest published zip, with the
version line rewritten after publishing.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@thedavidmeister thedavidmeister self-assigned this Aug 19, 2026
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@thedavidmeister, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 33 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: a28d2320-6a4c-4b90-9d43-5ed501ece3c7

📥 Commits

Reviewing files that changed from the base of the PR and between 01e329a and 9d089f3.

📒 Files selected for processing (1)
  • README.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@thedavidmeister

Copy link
Copy Markdown
Contributor Author

Closing per human ruling (2026-08-19): rainlanguage/rainix#333 changes the publish semantics this README text describes; the README gets rewritten once under the new behavior when that lands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant